
.sidebar-wrapper { position: relative; height: 100%; overflow: auto;display:none;font-size:20px;}
#dowebok {background-color:rgba(0,0,0,.6);}
#dowebok .nav { margin-top: 80px; line-height: 60px; list-style-type: none;}
#dowebok .nav a { display: block;padding:0 20px; color: #fff; text-decoration: none;}
#dowebok .nav a:hover {background-color: #000;}
[data-simplersidebar='active']{box-shadow:3px 0px 3px 0px rgba(0, 0, 0, 0.5);}


.banner{position:relative;font-size:0;}
.banner img{width:100%;}
.banner .swiper-slide{
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .pagination{position:absolute;left:0;bottom:30px; margin:auto;padding:0;text-align:center;width: 100%;z-index:30;}
.banner .swiper-pagination-bullet{display:inline-block;width:40px;height:4px;border-radius:0px;background:#aaa;cursor:pointer;opacity:1;-moz-transition: all 0.5s ease-in;-webkit-transition: all 0.5s ease-in;-o-transition: all 0.5s ease-in;transition: all 0.5s ease-in;}
.banner .swiper-pagination-bullet-active{background:#434343;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 8px;}
.banner .banner_btn span.banner_prev,
.banner .banner_btn span.banner_next{
	display:inline-block;
	border-radius:5px;
	cursor:pointer;
	position:absolute;
	top:40%;
	width:65px;
	height:100px;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: center;
}
.banner .banner_btn span.banner_prev{
	background-image:url(../images/banner_prev.png);
	left:60px;
}
.banner .banner_btn span.banner_next{
	background-image:url(../images/banner_next.png);
	right:60px;
}

.banner .pagebtn{
	display:inline-block;
	position:absolute;
	right:50px;
	bottom:50px;
	z-index: 99;
}
.banner .pagebtn ul li{
	display:inline-block;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#74726f;
	padding:0 15px;
	cursor:pointer;
	border-bottom:1px solid #74726f;
}
.banner .pagebtn ul li.on{
	color:#fff;
	border-bottom:1px solid #fff;
}


@media (max-width:1300px){
	.banner .banner_btn span.banner_prev,
	.banner .banner_btn span.banner_next{
		width:35px;
		height:65px;
		background-size:auto 60px;
	}
	.banner .banner_btn span.banner_prev{
		left:45px;
	}
	.banner .banner_btn span.banner_next{
		right:45px;
	}
}
@media (max-width:768px){
	.banner .pagination{bottom:15px;}
	.banner .swiper-pagination-bullet{width:30px;height:3px;}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px;}
}





.bannero{width:100%;max-width:1920px;margin:0 auto;font-size:0;}
.bannero img{width:100%;}
.btn{font-size:30px;font-family: 'ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ';cursor:pointer;display:inline-block;text-align:center;}
.submit{font-family: 'ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ';cursor:pointer;display:inline-block;text-align:center;}

.gotop{
	width:50px;
	height:50px;
	display:inline-block;
	background:#aaa url(../images/gotop.png) no-repeat center;
	position: fixed;
	right:25px;
	bottom:15%;
	z-index: 8000;
}







.tit1{
	color:#333;
	padding: 50px 20px;
	position:
	relative;
	/* background: #333333; */
	text-align: center;
}
.tit1 h2{
	font-size: 20px!important;
	color: #fff;
}
.tit1 i{
	display:
	block;
	font-size:30px!important;
	text-transform: uppercase;
	color: #fff;
}
.tit1 a.more{
	height:30px!important;
	line-height:30px;
	font-size:14px;
	color: #fff;
	padding:0 15px;
	display:
	inline-block;
	position:
	absolute;
	right:0;
	top:65px;
	text-transform: uppercase;
}
.tit1 a.more:hover{
	color:#000;
	background: #fff;
}


@media (max-width:1500px){
	.tit1{
		padding: 50px;
		text-align: center;
	}
}
@media (max-width:992px){
	.tit1{
		padding:40px 15px;
	}
	.tit1 h2{
		font-size:22px;
	}
	.tit1 i{
		font-size:28px;
	}
	.tit1 a.more{
		top:50px;
	}
}
@media (max-width:768px){
	.tit1 h2{
		font-size:18px;
	}
	.tit1 i{
		font-size:24px;
	}
	.tit1 a.more{
		top:50px;
	}
}
@media (max-width:420px){
	.tit1{
		padding:30px 15px;
	}
	.tit1 i{
		font-size:20px;
	}
	.tit1 a.more{
		top:40px;
	}
}





.ipro_box{
	padding-bottom:100px;
}
.ipro_box .ipbox{
	position:relative;
	overflow:hidden;
}
.ipro_box .ipbox a{
	display:inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	position:absolute;
	width:100%;
	height:100%;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.ipro_box .ipbox:hover a{
	-moz-transform:scale(1.2); 
	-webkit-transform:scale(1.2); 
	-o-transform:scale(1.2); 
}

.ipro_box .box1{
	width:49%;
	padding-bottom:45%;
	float:left;
	display:inline-block;
}
.ipro_box .box2{
	width: 296px;
	padding-bottom: 45%;
	margin-left: 5px;
	float:
	right;
	display:
	inline-block;
	position:
	relative;
}
.ipro_box .box3,
.ipro_box .box4{
	position:
	absolute;
	left:0;
	display:
	inline-block;
	width: 100%;
	height: 49%;
}
.ipro_box .box3{
	top:0;
}
.ipro_box .box4{
	bottom:0;
}

@media (max-width:768px){
	.ipro_box{
		padding:0 15px;
		padding-bottom:60px;
	}
	.ipro_box .ipbox{
		margin-bottom:10px;
	}
	.ipro_box .box1{
		width:auto;
		float:none;
		display:block;
		padding-bottom:55%;
	}
	.ipro_box .box2{
		width:auto;
		float:none;
		display:block;
		padding-bottom:0
	}
	.ipro_box .box3,
	.ipro_box .box4{
		position:relative;
		padding-bottom:45%;
	}
	
}
@media (max-width:420px){
	.ipro_box{
		padding:0 15px;
		padding-bottom:40px;
	}
	.ipro_box .box1{
		margin-bottom:13px;
		padding-bottom:45%;
	}
}

